#!/bin/bash
# Clean working directory of .dot, .png and .svg files
# Script written by Peter Lundén
rm *.dot *.png *.svg
exit
